.info-main {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  min-height: 600px;
}
.info-main .info-title {
  width: 100%;
  font-size: 20px;
  color: #333333;
  margin: 10px 0 30px 0;
  font-weight: bold;
  word-break: break-all;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}
.info-main .info-source {
  width: 100%;
  background-color: #edf1f4;
  height: 32px;
  line-height: 32px;
}
.info-main .info-source p{
  font-size: 14px;
  color: #333333;
  text-align: center;
  text-decoration: none;
}
.info-main .info-source p span{
  padding:0 10px;
}
.info-main .info-article{
  padding: 40px 20px;
}
.info-main .info-article #content{
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
}
